.footer-wrap{
    width: 100%;
    background: #014098;
    position: relative;
}
/* .footer-wrap::after{
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 1rem;
    left: 0;
} */
.footer-logo{
    margin: 0 auto;
     height: 1rem; 
    /*padding: 0.4rem 0 0.15rem 0;*/
    display: flex;
    align-items: center;
}
.footer-logo img{
    width: auto;
    /*height: 0.67rem;*/
    height: 0.52rem;
    margin-right:0.2rem;
    object-fit: cover;
    cursor: pointer;
}
.footer-box{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0.4rem 0 1rem 0;
    border-top: 0.01rem solid #FFFFFFFF;
}
.footer-left{
    display: flex;
}
.footer-menu-box{
    display: flex;
}
.footer-menu{
    text-align: left;
    margin-right: 0.6rem;
}
.footer-menu-title{
    font-size: 0.2rem;
    font-family: MicrosoftYaHei-Bold,
    MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.footer-menu-a{
    font-size: var(--font18);
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    margin-top: 0.2rem;
}
.footer-menu-a:hover{
    text-decoration: underline;
}

.footer-about a{
    font-size: var(--font18);
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
}
.footer-about{
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
}
.footer-about img{
    width: 0.22rem;
    flex-shrink: 0;
    margin-right: 0.08rem;
}
.footer-about p{
    font-size: var(--font18);
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
}

.footer-right{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-right img{
    width: 1.2rem;
}
.footer-right p{
    font-size: var(--font18);
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    margin-top: 0.15rem;
    text-align: center;
}

.footer-beian{
    height: 0.54rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #014098;
}
.footer-beian p{
    font-size: var(--font18);
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
}
.footer-beian a{
    font-size: var(--font18);
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
}


@media only screen and (max-width: 1024px) {
    .footer-menu-box{
        display: none;
    }
    .footer-logo{
        height: 1.5rem;
        padding: 0.1rem 0 0.1rem 0;
        flex-wrap: wrap;
    }
    .footer-logo img{
        /*height: auto;*/
    }
    .footer-wrap{
        padding: 0 0.25rem;
    }
    .footer-beian a{
        text-align: center;
        font-size: .28rem;
        line-height: .42rem;
    }
    .footer-box{
        padding: 0.4rem 0 0.2rem 0;
    }
    .footer-box{
        flex-direction: column-reverse;
    }
    .footer-about a{
        font-size: .28rem;
    }
    .footer-right img{
        width: 2.4rem;
    }
    .footer-right p{
        margin-top: 0.26rem;
        font-size: .28rem;
    }
    .footer-left{
        margin-top: .9rem;
    }
    .footer-wrap{
        padding-bottom: .6rem;
    }
    .footer-about p{
        font-size: .28rem;
    }
    .footer-about img{
        display: none;
    }
    .footer-logo img:nth-child(2){
        margin-right: 2rem;
    }
}
